home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / smate312.zip / TESTB.FRM < prev    next >
Text File  |  1992-09-23  |  894b  |  45 lines

  1. This shows all of the report variables available.
  2.  
  3. ^sfname
  4. leg(^sfname,"*")
  5. ^slname
  6. leg(^slname,"*")
  7. ^saddress1
  8. leg(^saddress1,"+")
  9. ^saddress2
  10. leg(^saddress2,"&")
  11. ^scity, ^sstate ^szip
  12. leg(^scity,"|")  leg(^sstate,"\") leg(^szip,"$")
  13.  
  14. ^sphone
  15. leg(^sphone,"%")
  16.  
  17. ^sschool
  18. leg(^sschool,"?")
  19. ^sheight ^sweight
  20. leg(^sheight,"<") leg(^sweight,">")
  21. ^sdob
  22. leg(^sdob,";")
  23.  
  24. ^1pgnname
  25. leg(^1pgnname,""")
  26. ^1pgnad1
  27. leg(^1pgnad1,":")
  28. ^1pgnad2
  29. leg(^1pgnad2,"+")
  30. ^1pgncity, ^1pgnstate ^1pgnzip
  31. leg(^1pgncity,"[")  leg(^1pgnstate,"]") leg(^1pgnzip,"=")
  32. ^1pgnhphone   ^1pgnwphone
  33. leg(^1pgnhphone,"#")   leg(^1pgnwphone,"|")
  34.  
  35. ^2pgnname
  36. leg(^2pgnname,""")
  37. ^2pgnad1
  38. leg(^2pgnad1,":")
  39. ^2pgnad2
  40. leg(^2pgnad2,"+")
  41. ^2pgncity, ^2pgnstate ^2pgnzip
  42. leg(^2pgncity,"[")  leg(^2pgnstate,"]") leg(^2pgnzip,"!")
  43. ^2pgnhphone   ^2pgnwphone
  44. leg(^2pgnhphone,".")   leg(^2pgnwphone,"+")
  45.